Searched defs:ConstantFoldInstOperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DConstantFolding.cpp823 // hand off to ConstantFoldInstOperands.
855 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD, TLI);
877 return ConstantFoldInstOperands(CE->getOpcode(), CE->getType(), Ops, TD, TLI);
880 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
890 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, function in class:llvm
1047 return ConstantFoldInstOperands(OpC, LHS->getType(), Ops, TD, TLI);

Completed in 74 milliseconds