Home
last modified time | relevance | path

Searched defs:FalseC (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h48 MatchConsumer<T> FalseC) { in ifBound()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp215 Constant *NegFalseC = ConstantExpr::getNeg(FalseC); in visitImpl() local
H A DInstructionCombining.cpp2325 Constant *TrueC, *FalseC; foldSelectGEP() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp713 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False); performSELECTCombine() local
784 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse); performCMovFPCombine() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2377 Constant *FalseC = dyn_cast<Constant>(FalseVal); visitSelectInst() local
H A DInstructionSimplify.cpp4781 if (auto *FalseC = dyn_cast<Constant>(FalseVal)) simplifySelectInst() local
4906 Constant *TrueC, *FalseC; simplifySelectInst() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp878 ConstantInt *FalseC = ConstantInt::getFalse(Ty->getContext()); getFalse() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45542 auto *FalseC = dyn_cast<ConstantSDNode>(RHS); combineSelectOfTwoConstants() local
47178 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { combineCMov() local
[all...]