HomeSort by relevance Sort by last modified time
    Searched defs:BO (Results 76 - 96 of 96) sorted by null

1 2 34

  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp 513 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(SimplifiedInst)) {
538 BO->setHasNoSignedWrap(HasNSW);
715 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(&I)) {
716 Value *RI = IC->Builder->CreateBinOp(BO->getOpcode(), Op0, Op1,
720 FPInst->copyFastMathFlags(BO);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 812 BinaryOperator *BO = Insert(BinaryOperator::Create(Opc, LHS, RHS), Name);
813 if (HasNUW) BO->setHasNoUnsignedWrap();
814 if (HasNSW) BO->setHasNoSignedWrap();
815 return BO;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h 812 BinaryOperator *BO = Insert(BinaryOperator::Create(Opc, LHS, RHS), Name);
813 if (HasNUW) BO->setHasNoUnsignedWrap();
814 if (HasNSW) BO->setHasNoSignedWrap();
815 return BO;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 188 This sets the y bit of the BO field appropriately. */
200 This sets the y bit of the BO field appropriately. */
232 /* The BO field in a B form instruction. Certain values are
234 #define BO BFA + 1
238 /* The BO field in a B form instruction when the + or - modifier is
239 used. This is like the BO field, but it must be even. */
240 #define BOE BO + 1
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 1247 milliseconds

1 2 34