Lines Matching refs:FC
1577 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local
1578 return FC; in getFoldedCast()
1935 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local
1936 return FC; // Fold a few common cases. in get()
2039 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr() local
2040 return FC; // Fold a few common cases. in getGetElementPtr()
2080 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local
2081 return FC; // Fold a few common cases... in getICmp()
2104 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local
2105 return FC; // Fold a few common cases... in getFCmp()
2130 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local
2131 return FC; // Fold a few common cases. in getExtractElement()
2154 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local
2155 return FC; // Fold a few common cases. in getInsertElement()
2173 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
2174 return FC; // Fold a few common cases. in getShuffleVector()
2202 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local
2203 return FC; in getInsertValue()
2226 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue() local
2227 return FC; in getExtractValue()