Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2534 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getAddExpr() local
3127 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMulExpr() local
3169 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMulExpr() local
3438 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) getUDivExpr() local
3560 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) getUDivExpr() local
3864 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMinMaxExpr() local
10677 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { SimplifyICmpOperands() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1424 const APFloat *LHSC, *RHSC; foldLogicOfFCmps() local
3243 const APInt *LHSC = nullptr, *RHSC = nullptr; foldAndOrOfICmps() local
[all...]
H A DInstCombineCompares.cpp6584 const APInt *LHSC; foldICmpUsingKnownBits() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp179 const ConstantInt *LHSC = cast<ConstantInt>(LHS); in getSortedConstantKeys() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1558 if (auto *LHSC = dyn_cast<Constant>(LHS)) optimizeMemCmpConstantSize() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10027 const APInt &LHSC = LHS->getAPIntValue(); visitSHL() local
10630 const APInt &LHSC = LHS->getAPIntValue(); visitSRL() local
[all...]
H A DSelectionDAGBuilder.cpp5808 if (ConstantFPSDNode *LHSC = dyn_cast<ConstantFPSDNode>(LHS)) { expandPow() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp7406 const Type *LHSC = getCanonicalType(LHS).getTypePtr(); getIntegerTypeOrder() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55227 auto *LHSC = dyn_cast<ConstantSDNode>(LHS); combineADC() local
[all...]