Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2532 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getAddExpr() local
3125 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMulExpr() local
3167 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMulExpr() local
3436 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) getUDivExpr() local
3558 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) getUDivExpr() local
3859 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { getMinMaxExpr() local
10589 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { SimplifyICmpOperands() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp179 const ConstantInt *LHSC = cast<ConstantInt>(LHS); in getSortedConstantKeys() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1550 if (auto *LHSC = dyn_cast<Constant>(LHS)) optimizeMemCmpConstantSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3160 const APInt *LHSC = nullptr, *RHSC = nullptr; foldAndOrOfICmps() local
[all...]
H A DInstCombineCompares.cpp6255 const APInt *LHSC; foldICmpUsingKnownBits() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5572 if (ConstantFPSDNode *LHSC = dyn_cast<ConstantFPSDNode>(LHS)) { expandPow() local
H A DDAGCombiner.cpp9999 const APInt &LHSC = LHS->getAPIntValue(); visitSHL() local
10598 const APInt &LHSC = LHS->getAPIntValue(); visitSRL() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7227 const Type *LHSC = getCanonicalType(LHS).getTypePtr(); getIntegerTypeOrder() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54009 auto *LHSC = dyn_cast<ConstantSDNode>(LHS); combineADC() local
[all...]