Searched refs:ConstOps (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp324 SmallVector<Constant*, 8> ConstOps; local
327 ConstOps.push_back(CRepOp);
329 ConstOps.push_back(COp);
335 if (ConstOps.size() == I->getNumOperands()) {
338 return ConstantFoldLoadFromConstPtr(ConstOps[0], TD);
341 ConstOps, TD, TLI);

Completed in 140 milliseconds