HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldInstOperands (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 49 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
55 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 897 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 535 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
667 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
794 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(),
    [all...]
ConstantFolding.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 486 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 370 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), ConstOps,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 133 milliseconds