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

  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 154 Value *Cmp2 = Builder->CreateICmpULT(Size, Offset);
156 Value *Or = Builder->CreateOr(Cmp2, Cmp3);
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 91 Value *Cmp2 = SizeRange.getUnsignedMin().uge(OffsetRange.getUnsignedMax())
99 Value *Or = IRB.CreateOr(Cmp2, Cmp3);
AddressSanitizer.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
If.c 132 INTN Cmp2;
157 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1);
159 Cmp2 = (INTN)ShellStrToUintn(Compare2);
162 if (Cmp1 > Cmp2) {
166 if ((UINTN)Cmp1 > (UINTN)Cmp2) {
191 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1);
193 Cmp2 = (INTN)ShellStrToUintn(Compare2);
196 if (Cmp1 < Cmp2) {
200 if ((UINTN)Cmp1 < (UINTN)Cmp2) {
225 Cmp2 = 0 - (INTN)ShellStrToUintn(Compare2+1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 564 Value *Cmp2 = IRB.CreateICmpEQ(ThenLabel, IRB.getInt32(0));
565 IRB.CreateCondBr(Cmp2, ThenBB2, EndBB2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 152 milliseconds