Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h198 if (ConstantInt *OpC = dyn_cast<ConstantInt>(Op)) { variable
/external/llvm/include/llvm/IR/
DOperator.h151 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
451 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp197 if (Constant *OpC = dyn_cast<Constant>(*I)) in MarkUsedGlobalsAsNeeded() local
/external/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.cpp407 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
DPPCISelDAGToDAG.cpp949 unsigned OpC = Hi ? PPC::LIS8 : PPC::LI8; in Select() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp34 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
/external/llvm/lib/Analysis/
DValueTracking.cpp899 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local
914 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local
DConstantFolding.cpp1069 unsigned OpC = in ConstantFoldCompareInstOperands() local
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp51 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1197 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in callOptimizer() local
1200 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in callOptimizer() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp258 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1500 unsigned OpC = 0; in X86VisitIntrinsicCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp326 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode()
357 unsigned short OpC, SDVTList VTList, in AddNodeIDNode()