Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h48 MatchConsumer<T> FalseC) { in ifBound()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp215 Constant *TrueC, *FalseC; in visitImpl() local
H A DInstructionCombining.cpp2123 Constant *TrueC, *FalseC; foldSelectGEP() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp687 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False); performSELECTCombine() local
758 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse); performCMovFPCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2369 Constant *FalseC = dyn_cast<Constant>(FalseVal); visitSelectInst() local
H A DInstructionSimplify.cpp4773 if (auto *FalseC = dyn_cast<Constant>(FalseVal)) simplifySelectInst() local
4898 Constant *TrueC, *FalseC; simplifySelectInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp861 ConstantInt *FalseC = ConstantInt::getFalse(Ty->getContext()); getFalse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44568 auto *FalseC = dyn_cast<ConstantSDNode>(RHS); combineSelectOfTwoConstants() local
46152 if (ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(FalseOp)) { combineCMov() local
[all...]