Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2107 auto CastCost = [&](unsigned Opcode) -> InstructionCost { in costAndCollectOperands() local
2138 Cost = CastCost(Instruction::PtrToInt); in costAndCollectOperands()
2141 Cost = CastCost(Instruction::Trunc); in costAndCollectOperands()
2144 Cost = CastCost(Instruction::ZExt); in costAndCollectOperands()
2147 Cost = CastCost(Instruction::SExt); in costAndCollectOperands()