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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 316 SmallVector<Constant*, 8> ConstOps;
319 ConstOps.push_back(CRepOp);
321 ConstOps.push_back(COp);
327 if (ConstOps.size() == I->getNumOperands()) {
330 return ConstantFoldLoadFromConstPtr(ConstOps[0], TD);
333 ConstOps, TD);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 254 milliseconds