HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldInstruction (Results 1 - 25 of 30) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ConstantFolding.h 33 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
38 Constant *ConstantFoldInstruction(Instruction *I, const TargetData *TD = 0);
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 82 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) {
LICM.cpp 376 if (Constant *C = ConstantFoldInstruction(
    [all...]
JumpThreading.cpp 758 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ConstantProp.cpp 71 if (Constant *C = ConstantFoldInstruction(I)) {
LICM.cpp 336 if (Constant *C = ConstantFoldInstruction(&I)) {
JumpThreading.cpp 677 Value *SimpleVal = ConstantFoldInstruction(I, TD);
    [all...]
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 40 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
45 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ConstantFolding.h 42 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
47 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ConstantFolding.h 42 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
47 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 43 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
48 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 284 ConstantFoldInstruction(GEP, DL, TLI));
775 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp 349 dyn_cast_or_null<ConstantExpr>(ConstantFoldInstruction(GEP));
    [all...]

Completed in 628 milliseconds

1 2