Home
last modified time | relevance | path

Searched refs:getConstantInt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp158 ConstantInt *getConstantInt() const { in getConstantInt() function in __anon86856d210111::LatticeVal
669 ConstantInt *CI = BCValue.getConstantInt(); in getFeasibleSuccessors()
695 ConstantInt *CI = SCValue.getConstantInt(); in getFeasibleSuccessors()
937 if (ConstantInt *CondCB = CondValue.getConstantInt()) { in visitSelectInst()
1014 if (ConstantInt *CI = NonOverdefVal->getConstantInt()) in visitBinaryOperator()
1536 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn()
1553 if (auto *ShiftAmt = Op1LV.getConstantInt()) in ResolvedUndefsIn()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h74 const ConstantInt *getConstantInt() const { return Constant.CIP; } in getConstantInt() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueLattice.h285 ConstantInt *getConstantInt() const { in getConstantInt() function