HomeSort by relevance Sort by last modified time
    Searched defs:CreateFMul (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 68 Constant *CreateFMul(Constant *LHS, Constant *RHS) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 52 Constant *CreateFMul(Constant *LHS, Constant *RHS) const {
NoFolder.h 85 Instruction *CreateFMul(Constant *LHS, Constant *RHS) const {
86 return BinaryOperator::CreateFMul(LHS, RHS);
IRBuilder.h 821 Value *CreateFMul(Value *LHS, Value *RHS, const Twine &Name = "",
    [all...]

Completed in 818 milliseconds