Searched refs:FalseC (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DMatchConsumer.h48 MatchConsumer<T> FalseC) {
51 return (Map.find(ID) != Map.end() ? TrueC : FalseC)(Result);
47 ifBound(std::string ID, MatchConsumer<T> TrueC, MatchConsumer<T> FalseC) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1579 Constant *FalseC = dyn_cast<Constant>(FalseVal); local
1580 if (!FalseC)
1581 FalseC = SimplifiedValues.lookup(FalseVal);
1587 if (TrueC == FalseC && TrueC) {
1618 if (TrueC && FalseC) {
1619 if (auto *C = ConstantExpr::getSelect(CondC, TrueC, FalseC)) {
H A DInstructionSimplify.cpp3982 if (auto *FalseC = dyn_cast<Constant>(FalseVal))
3983 return ConstantFoldSelectInstruction(CondC, TrueC, FalseC);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp693 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(False);
702 if (!FalseC)
707 if (!FalseC->getZExtValue()) {
732 int64_t Diff = TrueC->getSExtValue() - FalseC->getSExtValue();
764 ConstantSDNode *FalseC = dyn_cast<ConstantSDNode>(ValueIfFalse); local
765 if (!FalseC || FalseC->getZExtValue())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp684 ConstantInt *FalseC = ConstantInt::getFalse(Ty->getContext()); local
686 return ConstantVector::getSplat(VTy->getNumElements(), FalseC);
687 return FalseC;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 169 milliseconds