Home
last modified time | relevance | path

Searched defs:OpC (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h211 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
/external/llvm/include/llvm/IR/
DOperator.h146 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
460 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp696 unsigned OpC = MI.getOpcode(); in usesIXAddr() local
752 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
935 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
DPPCInstrInfo.cpp1207 unsigned OpC = MI->getOpcode(); in PredicateInstruction() local
1366 unsigned OpC = MI->getOpcode(); in isPredicable() local
1416 int OpC = CmpInstr->getOpcode(); in optimizeCompareInstr() local
DPPCISelDAGToDAG.cpp665 unsigned OpC = Hi ? PPC::LIS8 : PPC::LI8; in SelectInt64Direct() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp34 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp54 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
DSROA.cpp708 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in visitGetElementPtrInst() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1136 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in optimizeExp2() local
1139 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in optimizeExp2() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp251 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
/external/llvm/lib/Analysis/
DValueTracking.cpp1651 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local
1666 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local
DConstantFolding.cpp1175 unsigned OpC = in ConstantFoldCompareInstOperands() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp373 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode()
417 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, in AddNodeIDNode()