reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/IRBuilder.h
 1213     if (Value *V = foldConstant(Instruction::URem, LHS, RHS, Name)) return V;
 1218     if (Value *V = foldConstant(Instruction::SRem, LHS, RHS, Name)) return V;
 1336     if (Value *V = foldConstant(Instruction::Xor, LHS, RHS, Name)) return V;
 1354     if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
 1367     if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
 1379     if (Value *V = foldConstant(Instruction::FSub, L, R, Name)) return V;
 1392     if (Value *V = foldConstant(Instruction::FSub, L, R, Name)) return V;
 1404     if (Value *V = foldConstant(Instruction::FMul, L, R, Name)) return V;
 1417     if (Value *V = foldConstant(Instruction::FMul, L, R, Name)) return V;
 1429     if (Value *V = foldConstant(Instruction::FDiv, L, R, Name)) return V;
 1442     if (Value *V = foldConstant(Instruction::FDiv, L, R, Name)) return V;
 1454     if (Value *V = foldConstant(Instruction::FRem, L, R, Name)) return V;
 1467     if (Value *V = foldConstant(Instruction::FRem, L, R, Name)) return V;
 1476     if (Value *V = foldConstant(Opc, LHS, RHS, Name)) return V;