Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2244 auto CastCost = [&](unsigned Opcode) -> InstructionCost { in costAndCollectOperands() local
2275 Cost = CastCost(Instruction::PtrToInt); in costAndCollectOperands()
2278 Cost = CastCost(Instruction::Trunc); in costAndCollectOperands()
2281 Cost = CastCost(Instruction::ZExt); in costAndCollectOperands()
2284 Cost = CastCost(Instruction::SExt); in costAndCollectOperands()