Home
last modified time | relevance | path

Searched refs:Cmp3 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp92 Value *Cmp3 = SizeRange.sub(OffsetRange) in getBoundsCheckCond() local
97 Value *Or = IRB.CreateOr(Cmp2, Cmp3); in getBoundsCheckCond()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp178 Value *Cmp3 = in expandFPToI() local
180 Builder.CreateCondBr(Cmp3, IfThen5, IfEnd9); in expandFPToI()
376 Value *Cmp3 = Builder.CreateICmpSGT( in expandIToFP() local
378 Builder.CreateCondBr(Cmp3, IfThen4, IfElse); in expandIToFP()