Home
last modified time | relevance | path

Searched defs:CmpResult (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7738 bool CmpResult = calculateICmpInst(ICI, Zero, R); in updateWithICmpInst() local
7746 bool CmpResult = calculateICmpInst(ICI, L, Zero); in updateWithICmpInst() local
7755 bool CmpResult = calculateICmpInst(ICI, L, R); in updateWithICmpInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11761 Register CmpResult = MRI.createVirtualRegister(&PPC::CRRCRegClass); in emitProbedAlloca() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp2557 Value *CmpResult = Builder.CreateICmpSLT(ArgValue, Zero, "abscond"); in EmitBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12475 enum class CmpResult { enum