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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp298 Constant *CastC2 = ConstantExpr::getCast(CastOpcode, C2, DestTy); local
299 Constant *FoldedC = ConstantExpr::get(AssocOpcode, C1, CastC2);

Completed in 120 milliseconds