Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInstructionSimplify.cpp85 Value *CLHS = Cmp->getOperand(0), *CRHS = Cmp->getOperand(1); in isSameCompare() local
523 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyAddInst() local
660 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifySubInst() local
782 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyFAddInst() local
824 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyFSubInst() local
862 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyFMulInst() local
888 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyMulInst() local
1365 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyAndInst() local
1459 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyOrInst() local
1580 if (Constant *CRHS = dyn_cast<Constant>(Op1)) { in SimplifyXorInst() local
[all …]
DScalarEvolutionExpander.cpp156 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in InsertBinop() local
528 if (Constant *CRHS = dyn_cast<Constant>(Idx)) in expandAddToGEP() local
DValueTracking.cpp1204 if (ConstantInt *CRHS = dyn_cast<ConstantInt>(U->getOperand(1))) in ComputeNumSignBits() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp506 if (Constant *CRHS = dyn_cast<Constant>(RHS)) in visitCmpInst() local
527 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitCmpInst() local
577 Constant *CRHS = ConstantInt::get(RHS->getContext(), RHSOffset); in visitSub() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1148 if (Constant *CRHS = dyn_cast<Constant>(RHS)) { in visitAdd() local
1154 if (ConstantInt *CRHS = dyn_cast<ConstantInt>(RHS)) { in visitAdd() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2479 if (ConstantSDNode *CRHS = dyn_cast<ConstantSDNode>(Op.getOperand(1))) in ComputeNumSignBits() local