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

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 110 Constant *CreateFNeg(Constant *C) const {
NoFolder.h 169 Instruction *CreateFNeg(Constant *C) const {
170 return BinaryOperator::CreateFNeg(C);
TargetFolder.h 122 Constant *CreateFNeg(Constant *C) const {
IRBuilder.h 732 Value *CreateFNeg(Value *V, const Twine &Name = "") {
734 return Insert(Folder.CreateFNeg(VC), Name);
735 return Insert(BinaryOperator::CreateFNeg(V), Name);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 121 Constant *CreateFNeg(Constant *C) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 130 Constant *CreateFNeg(Constant *C) const {
NoFolder.h 199 Instruction *CreateFNeg(Constant *C) const {
200 return BinaryOperator::CreateFNeg(C);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 291 milliseconds