HomeSort by relevance Sort by last modified time
    Searched refs:CI1 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CodeGenCXX/
builtins-systemz-zvector.cpp 14 constexpr vector int CI1 = (vector int)0LL;
16 gb = (VI == CI1)[0];
34 constexpr vector double CI1 = (vector double)0LL;
36 gb = (VD == CI1)[0];
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerSwitch.cpp 76 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
78 return CI1->getValue().slt(CI2->getValue());
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 280 ConstantInt *CI1, ConstantInt *CI2);
282 ConstantInt *CI1, ConstantInt *CI2);
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 92 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
94 return CI1->getValue().slt(CI2->getValue());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 188 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
190 return CI1->getValue().slt(CI2->getValue());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 366 milliseconds