Home
last modified time | relevance | path

Searched refs:Op0AsInstruction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6145 Instruction *Op0AsInstruction = dyn_cast<Instruction>(I->getOperand(0)); in getInstructionCost() local
6146 if (canTruncateToMinimalBitwidth(Op0AsInstruction, VF)) in getInstructionCost()
6147 ValTy = IntegerType::get(ValTy->getContext(), MinBWs[Op0AsInstruction]); in getInstructionCost()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5910 Instruction *Op0AsInstruction = dyn_cast<Instruction>(I->getOperand(0)); in getInstructionCost() local
5911 auto It = MinBWs.find(Op0AsInstruction); in getInstructionCost()