Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1553 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(0)); in visitICmpInstWithInstAndIntCst() local
1579 ConstantInt *LHSC = dyn_cast<ConstantInt>(LHSI->getOperand(1)); in visitICmpInstWithInstAndIntCst() local
2535 ConstantInt *LHSC = nullptr; in visitICmpInst() local
2580 ConstantInt *LHSC = nullptr; in visitICmpInst() local
DInstCombineAndOrXor.cpp1034 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1))) in FoldAndOfFCmps() local
1827 if (ConstantFP *LHSC = dyn_cast<ConstantFP>(LHS->getOperand(1))) in FoldOrOfFCmps() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1524 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getAddExpr() local
1927 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getMulExpr() local
2252 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { in getUDivExpr() local
2498 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getSMaxExpr() local
2602 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(Ops[0])) { in getUMaxExpr() local
5904 if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) { in SimplifyICmpOperands() local
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1156 unsigned LHSC = LHS ? LHS->getZExtValue() : 0; in SelectThumbAddrModeImm5S() local
/external/clang/lib/AST/
DASTContext.cpp4519 const Type *LHSC = getCanonicalType(LHS).getTypePtr(); in getIntegerTypeOrder() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4382 if (ConstantFPSDNode *LHSC = dyn_cast<ConstantFPSDNode>(LHS)) { in expandPow() local