HomeSort by relevance Sort by last modified time
    Searched defs:ConstantFoldInstOperands (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 758 // hand off to ConstantFoldInstOperands.
784 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD);
805 return ConstantFoldInstOperands(CE->getOpcode(), CE->getType(), Ops, TD);
808 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]

Completed in 97 milliseconds