Home
last modified time | relevance | path

Searched defs:TrueC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h47 MatchConsumer<T> ifBound(std::string ID, MatchConsumer<T> TrueC, in ifBound()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp211 Constant *TrueC, *FalseC; in visitImpl() local
H A DInstructionCombining.cpp2570 Constant *TrueC, *FalseC; in foldSelectGEP() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp947 Constant *TrueC = dyn_cast<Constant>(Y->getTrueValue()); in solveBlockValueBinaryOpImpl() local
H A DInlineCost.cpp2576 Constant *TrueC = getDirectOrSimplifiedValue<Constant>(TrueVal); in visitSelectInst() local
H A DInstructionSimplify.cpp4824 if (auto *TrueC = dyn_cast<Constant>(TrueVal)) in simplifySelectInst() local
4950 Constant *TrueC, *FalseC; in simplifySelectInst() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp888 ConstantInt *TrueC = ConstantInt::getTrue(Ty->getContext()); in getTrue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp740 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True); in performSELECTCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47332 auto *TrueC = dyn_cast<ConstantSDNode>(LHS); in combineSelectOfTwoConstants() local
49033 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) { in combineCMov() local