HomeSort by relevance Sort by last modified time
    Searched defs:setIsExact (Results 1 - 12 of 12) 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) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 136 void setIsExact(bool B) {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]

Completed in 266 milliseconds