Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1144 Value *foldConstant(Instruction::BinaryOps Opc, Value *L, in foldConstant() function
1270 if (Value *V = foldConstant(Instruction::URem, LHS, RHS, Name)) return V;
1275 if (Value *V = foldConstant(Instruction::SRem, LHS, RHS, Name)) return V;
1393 if (Value *V = foldConstant(Instruction::Xor, LHS, RHS, Name)) return V;
1411 if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
1424 if (Value *V = foldConstant(Instruction::FAdd, L, R, Name)) return V;
1436 if (Value *V = foldConstant(Instruction::FSub, L, R, Name)) return V;
1449 if (Value *V = foldConstant(Instruction::FSub, L, R, Name)) return V;
1461 if (Value *V = foldConstant(Instruction::FMul, L, R, Name)) return V;
1474 if (Value *V = foldConstant(Instruction::FMul, L, R, Name)) return V;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4761 static Constant *foldConstant(Instruction::UnaryOps Opcode, in foldConstant() function
4772 if (Constant *C = foldConstant(Instruction::FNeg, Op, Q)) in simplifyFNegInst()