Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1676 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(0)); in visitICmpInstWithInstAndIntCst() local
1702 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local
2893 ConstantInt *LHSC = nullptr; in visitICmpInst() local
2938 ConstantInt *LHSC = nullptr; in visitICmpInst() local
DInstCombineAndOrXor.cpp1135 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1))) in FoldAndOfFCmps() local
2029 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1))) in FoldOrOfFCmps() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1975 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getAddExpr() local
2383 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getMulExpr() local
2705 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { in getUDivExpr() local
2938 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getSMaxExpr() local
3042 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getUMaxExpr() local
6267 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { in SimplifyICmpOperands() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1154 unsigned LHSC = LHS ? LHS->getZExtValue() : 0; in SelectThumbAddrModeImm5S() local
/external/clang/lib/AST/
DASTContext.cpp4627 const Type *LHSC = getCanonicalType(LHS).getTypePtr(); in getIntegerTypeOrder() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4358 if (ConstantFPSDNode *LHSC = dyn_cast<ConstantFPSDNode>(LHS)) { in expandPow() local