Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h47 MatchConsumer<T> ifBound(std::string ID, MatchConsumer<T> TrueC, in ifBound()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp215 Constant *TrueC, *FalseC; visitImpl() local
H A DInstructionCombining.cpp2325 Constant *TrueC, *FalseC; foldSelectGEP() local
/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2374 Constant *TrueC = dyn_cast<Constant>(TrueVal); visitSelectInst() local
H A DInstructionSimplify.cpp4780 if (auto *TrueC = dyn_cast<Constant>(TrueVal)) simplifySelectInst() local
4906 Constant *TrueC, *FalseC; simplifySelectInst() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp870 ConstantInt *TrueC = ConstantInt::getTrue(Ty->getContext()); getTrue() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp741 ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(True); performSELECTCombine() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45541 auto *TrueC = dyn_cast<ConstantSDNode>(LHS); combineSelectOfTwoConstants() local
47177 if (ConstantSDNode *TrueC = dyn_cast<ConstantSDNode>(TrueOp)) { combineCMov() local
[all...]