Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2260 auto CastCost = [&](unsigned Opcode) -> InstructionCost { in costAndCollectOperands() local
2291 Cost = CastCost(Instruction::PtrToInt); in costAndCollectOperands()
2294 Cost = CastCost(Instruction::Trunc); in costAndCollectOperands()
2297 Cost = CastCost(Instruction::ZExt); in costAndCollectOperands()
2300 Cost = CastCost(Instruction::SExt); in costAndCollectOperands()