Searched defs:FAdd (Results 1 – 6 of 6) sorted by relevance
134 Instruction *FDiv, *FAdd, *FCmp, *FCall; in TEST_F() local
109 llvm::Value* FAdd(Args&&... args) { in FAdd() function
161 | FAdd Constructor
219 | FAdd Constructor
2247 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local2281 auto *FAdd = BinaryOperator::CreateFAdd(V, II->getArgOperand(2)); in visitCallInst() local
181 FAdd Opcode = C.LLVMFAdd const