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 50 /// ConstantFoldInstOperands - Attempt to constant fold an instruction with the
56 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 877 A = ConstantFoldInstOperands(Instruction::PtrToInt, IntTy,
880 A = ConstantFoldInstOperands(Instruction::BitCast, IntTy,
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 525 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops,
662 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(),
784 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(),
    [all...]
ConstantFolding.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 484 if (Constant *C = ConstantFoldInstOperands(I.getOpcode(), I.getType(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 369 return ConstantFoldInstOperands(I->getOpcode(), I->getType(),
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 500 milliseconds