HomeSort by relevance Sort by last modified time
    Searched refs:TrueVal (Results 26 - 50 of 98) sorted by null

12 3 4

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Instruction.h 258 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Instruction.h 258 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
PatternMatch.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 254 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.h 258 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.h 258 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.h 267 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 266 Value *TrueVal = SI->getTrueValue();
277 = Builder->CreateExtractElement(TrueVal,
279 TrueVal->getName() + ".elt");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 361 // TrueVal = ...
572 SDValue TrueVal = Op.getOperand(2);
586 return DAG.getNode(Opc, dl, TrueVal.getValueType(), TrueVal, FalseVal,
    [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 223 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
  /external/llvm/include/llvm/IR/
PatternMatch.h 967 Value *TrueVal = SI->getTrueValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 624 Constant *TrueVal = getKnownConstant(SI->getTrueValue(), Preference);
627 if ((TrueVal || FalseVal) &&
643 KnownCond = (TrueVal != nullptr);
647 if (Constant *Val = KnownCond ? TrueVal : FalseVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 203 Value *SimplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h     [all...]

Completed in 1795 milliseconds

12 3 4