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

  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 134 void setIsExact(bool B) {
  /external/llvm/lib/IR/
Instruction.cpp 107 void Instruction::setIsExact(bool b) {
108 cast<PossiblyExactOperator>(this)->setIsExact(b);
229 setIsExact(PE->isExact());
247 setIsExact(isExact() & PE->isExact());
  /external/llvm/include/llvm/IR/
Operator.h 135 void setIsExact(bool B) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 205 milliseconds