Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h216 if (Constant *OpC = dyn_cast<Constant>(Op)) { variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h146 static bool isPossiblyExactOpcode(unsigned OpC) { in isPossiblyExactOpcode()
455 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateConstantOffset() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp708 unsigned OpC = MI.getOpcode(); in usesIXAddr() local
763 unsigned OpC = MI.getOpcode(); in eliminateFrameIndex() local
949 unsigned OpC = MI->getOpcode(); in needsFrameBaseReg() local
H A DPPCInstrInfo.cpp1116 unsigned OpC = MI->getOpcode(); in PredicateInstruction() local
1275 unsigned OpC = MI->getOpcode(); in isPredicable() local
1325 int OpC = CmpInstr->getOpcode(); in optimizeCompareInstr() local
H A DPPCISelDAGToDAG.cpp678 unsigned OpC = Hi ? PPC::LIS8 : PPC::LI8; in SelectInt64Direct() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp35 ConstantInt *OpC = dyn_cast<ConstantInt>(I->getOperand(OpNo)); in ShrinkDemandedConstant() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp53 ConstantInt *OpC = dyn_cast<ConstantInt>(GEP->getOperand(i)); in GetOffsetFromIndex() local
H A DSROA.cpp707 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in visitGetElementPtrInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1087 if (SIToFPInst *OpC = dyn_cast<SIToFPInst>(Op)) { in optimizeExp2() local
1090 } else if (UIToFPInst *OpC = dyn_cast<UIToFPInst>(Op)) { in optimizeExp2() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp255 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand()); in accumulateGEPOffset() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1472 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand()); in isGEPKnownNonNull() local
1487 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) { in isGEPKnownNonNull() local
H A DConstantFolding.cpp1189 unsigned OpC = in ConstantFoldCompareInstOperands() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp357 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode()
401 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, in AddNodeIDNode()